Fix bug #14970 with crashes when deleting many frames on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Jul 2013 15:22:27 +0000 (18:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 Jul 2013 15:22:27 +0000 (18:22 +0300)
commitf368d0899f55b38f5d669dac67f6d6da097f6757
tree4b04978f5371a597d0ec32f748d049496b43daaa
parent26d4083c047657ee46f3d40729c02deea77f370f
Fix bug #14970 with crashes when deleting many frames on MS-Windows.

 src/w32fns.c (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Make sure the
 frame which got the message is still alive, before dereferencing
 its pointer.
 src/frame.c (delete_frame): Test "this" frame's minibuffer window to
 be a live window, before using it as such.
src/ChangeLog
src/frame.c
src/w32fns.c